object Form1: TForm1 Left = 220 Top = 177 Width = 435 Height = 300 Caption = 'Form1' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 312 Top = 224 Width = 28 Height = 16 Caption = 'Text' end object Label2: TLabel Left = 160 Top = 224 Width = 44 Height = 16 Caption = 'Visible' end object Label3: TLabel Left = 56 Top = 224 Width = 39 Height = 16 Caption = 'Active' end object Edit1: TEdit Left = 232 Top = 240 Width = 185 Height = 22 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Pitch = fpFixed Font.Style = [] ParentFont = False TabOrder = 0 end object Button1: TButton Left = 72 Top = 72 Width = 89 Height = 33 Caption = 'Execute' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 72 Top = 144 Width = 89 Height = 33 Caption = 'Close' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 256 Top = 72 Width = 89 Height = 33 Caption = 'Show' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 256 Top = 144 Width = 89 Height = 33 Caption = 'Hide' TabOrder = 4 OnClick = Button4Click end object Edit2: TEdit Left = 152 Top = 240 Width = 57 Height = 24 TabOrder = 5 Text = 'False' end object Edit3: TEdit Left = 48 Top = 240 Width = 57 Height = 24 TabOrder = 6 Text = 'False' end object BizCalc1: TBizCalc Position = poDesigned Color = clGray Left = 16 Top = 8 Print = True Copy = True Help = True UserClose = True OnResult = BizCalc1Result OnClose = BizCalc1Close FormStyle = fsNormal Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] end end